home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 2: CDPD 1 / Almathera Ten on Ten - Disc 2: CDPD 1.iso / pd / 076-100 / 092 / as6502 / readme < prev    next >
Text File  |  1995-03-13  |  704b  |  17 lines

  1.   This directory contains the source for a portable 6502 assembler
  2. written in C. I captured it from the net and improved it and ported
  3. it to the Amiga. I compiled it under Manx. The port required only 
  4. minor changes. There are 2 documentation files - as6502.man and
  5. as6502.notes.  The source in UNIX nroff format for these files are
  6. as6502.1 (use -man) and user.nr respectively. A test source file,
  7. assmtest, and the resulting listing file, assmtest.l, are included.
  8. These can be used to check functions after compiling. Type the 
  9. following:
  10. as6502 -nsv assmtest >temp
  11. then compare temp to assmtest.l. They should be the same except for
  12. the dates in the headings.
  13.  
  14.  
  15. Joel Swank
  16. Tektronix, Redmond, Oregon
  17.